Html Css Color HEX #678C06 Olive Drab

📋 copy color: '#678C06'

red 103 ◦ green 140 ◦ blue 6

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

Shades of Olive Drab #678C06

Tints of Olive Drab #678C06

RGB

 RED value IS 103 (40.63% from 255) = 41.37%

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 41.37%
G = 56.22%
B = 2.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#678C06 (or 0x678C06) is known color: Olive Drab. HEX triplet: 67, 8C and 06. RGB value is (103,140,6). Sum of RGB (Red+Green+Blue) = 103+140+6=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #678C06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678C06 is #9873F9. Grayscale: #727272. Windows color (decimal): -9991162 or 429159. OLE color: 429159.

HSL color Cylindrical-coordinate representation of color #678C06: hue angle of 76.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #678C06 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 140 6 -
CMYK 0.26 0 0.96 0.45
HSL 76.57º 0.92% 0.29% -
HSV(B) 76.57º 0.96% 0.55% -
XYZ 15 21.65 3.56 -
YUV 113.66 67.24 120.4 -
System Red Green Blue C M Y K H S L
Decimal 103 140 6 0.26 0 0.96 0.45 76.57 0.92 0.29
Hex 67 8C 6 1A 0 60 2D 4D 5C 1D
Octal 147 214 6 32 0 140 55 115 134 35
Binary 1100111 10001100 110 11010 0 1100000 101101 1001101 1011100 11101

Color Harmonies of #678C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678C06

Black with #678C06

Text Example


Text Example

White with #678C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678C06; }

 p { color: rgb(103,140,6); }

 H1.HeaderClassName
 {
   color: #678C06;
 }
 .AnyTagClassName
 {
   color: #678C06;
 }
</style>

background-color css

<style>
 a { background-color: #678C06; }

 a { background-color: rgb(103,140,6); }

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

border-color css

<style>
 span { border-color: #678C06; }

 span { border-color: rgb(103,140,6); }

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