Html Css Color HEX #5F7B30 Dark Olive Green

📋 copy color: '#5F7B30'

red 95 ◦ green 123 ◦ blue 48

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

Shades of Dark Olive Green #5F7B30

Tints of Dark Olive Green #5F7B30

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.24%

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 35.71%
G = 46.24%
B = 18.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#5F7B30 (or 0x5F7B30) is known color: Dark Olive Green. HEX triplet: 5F, 7B and 30. RGB value is (95,123,48). Sum of RGB (Red+Green+Blue) = 95+123+48=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #5F7B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7B30 is #A084CF. Grayscale: #6A6A6A. Windows color (decimal): -10519760 or 3177311. OLE color: 3177311.

HSL color Cylindrical-coordinate representation of color #5F7B30: hue angle of 82.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F7B30 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 123 48 -
CMYK 0.23 0 0.61 0.52
HSL 82.4º 0.44% 0.34% -
HSV(B) 82.4º 0.61% 0.48% -
XYZ 12.34 16.81 5.39 -
YUV 106.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 95 123 48 0.23 0 0.61 0.52 82.4 0.44 0.34
Hex 5F 7B 30 17 0 3D 34 52 2C 22
Octal 137 173 60 27 0 75 64 122 54 42
Binary 1011111 1111011 110000 10111 0 111101 110100 1010010 101100 100010

Color Harmonies of #5F7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7B30

Black with #5F7B30

Text Example


Text Example

White with #5F7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,123,48); }

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

background-color css

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

 a { background-color: rgb(95,123,48); }

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

border-color css

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

 span { border-color: rgb(95,123,48); }

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