Html Css Color HEX #5F6B2E Rain Forest

📋 copy color: '#5F6B2E'

red 95 ◦ green 107 ◦ blue 46

#5F6B2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #5F6B2E

Tints of Rain Forest #5F6B2E

RGB

 RED value IS 95 (37.5% from 255) = 38.31%

 GREEN value IS 107 (42.19% from 255) = 43.15%

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 38.31%
G = 43.15%
B = 18.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F6B2E (or 0x5F6B2E) is known color: Rain Forest. HEX triplet: 5F, 6B and 2E. RGB value is (95,107,46). Sum of RGB (Red+Green+Blue) = 95+107+46=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6B2E is #A094D1. Grayscale: #606060. Windows color (decimal): -10523858 or 3042143. OLE color: 3042143.

HSL color Cylindrical-coordinate representation of color #5F6B2E: hue angle of 71.8º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F6B2E is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 107 46 -
CMYK 0.11 0 0.57 0.58
HSL 71.8º 0.4% 0.3% -
HSV(B) 71.8º 0.57% 0.42% -
XYZ 10.47 13.15 4.57 -
YUV 96.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 95 107 46 0.11 0 0.57 0.58 71.8 0.4 0.3
Hex 5F 6B 2E B 0 39 3A 48 28 1E
Octal 137 153 56 13 0 71 72 110 50 36
Binary 1011111 1101011 101110 1011 0 111001 111010 1001000 101000 11110

Color Harmonies of #5F6B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B2E

Black with #5F6B2E

Text Example


Text Example

White with #5F6B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6B2E; }

 p { color: rgb(95,107,46); }

 H1.HeaderClassName
 {
   color: #5F6B2E;
 }
 .AnyTagClassName
 {
   color: #5F6B2E;
 }
</style>

background-color css

<style>
 a { background-color: #5F6B2E; }

 a { background-color: rgb(95,107,46); }

 div.DivClassName
 {
   background-color: #5F6B2E;
 }
 .BgClassName
 {
   background-color: #5F6B2E;
 }
</style>

border-color css

<style>
 span { border-color: #5F6B2E; }

 span { border-color: rgb(95,107,46); }

 td.TdClassName
 {
   border-color: #5F6B2E;
 }
 .TagClassName
 {
   border-color: #5F6B2E;
 }
</style>