Html Css Color HEX #568C05 Olive Drab

📋 copy color: '#568C05'

red 86 ◦ green 140 ◦ blue 5

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

Shades of Olive Drab #568C05

Tints of Olive Drab #568C05

RGB

 RED value IS 86 (33.98% from 255) = 37.23%

 GREEN value IS 140 (55.08% from 255) = 60.61%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 37.23%
G = 60.61%
B = 2.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#568C05 (or 0x568C05) is known color: Olive Drab. HEX triplet: 56, 8C and 05. RGB value is (86,140,5). Sum of RGB (Red+Green+Blue) = 86+140+5=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #568C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #568C05 is #A973FA. Grayscale: #6C6C6C. Windows color (decimal): -11105275 or 363606. OLE color: 363606.

HSL color Cylindrical-coordinate representation of color #568C05: hue angle of 84º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #568C05 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 140 5 -
CMYK 0.39 0 0.96 0.45
HSL 84º 0.93% 0.28% -
HSV(B) 84º 0.96% 0.55% -
XYZ 13.24 20.75 3.45 -
YUV 108.46 69.61 111.98 -
System Red Green Blue C M Y K H S L
Decimal 86 140 5 0.39 0 0.96 0.45 84 0.93 0.28
Hex 56 8C 5 27 0 60 2D 54 5D 1C
Octal 126 214 5 47 0 140 55 124 135 34
Binary 1010110 10001100 101 100111 0 1100000 101101 1010100 1011101 11100

Color Harmonies of #568C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568C05

Black with #568C05

Text Example


Text Example

White with #568C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568C05; }

 p { color: rgb(86,140,5); }

 H1.HeaderClassName
 {
   color: #568C05;
 }
 .AnyTagClassName
 {
   color: #568C05;
 }
</style>

background-color css

<style>
 a { background-color: #568C05; }

 a { background-color: rgb(86,140,5); }

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

border-color css

<style>
 span { border-color: #568C05; }

 span { border-color: rgb(86,140,5); }

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