Html Css Color HEX #67880A Olive Drab

📋 copy color: '#67880A'

red 103 ◦ green 136 ◦ blue 10

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

Shades of Olive Drab #67880A

Tints of Olive Drab #67880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.62%

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 41.37%
G = 54.62%
B = 4.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#67880A (or 0x67880A) is known color: Olive Drab. HEX triplet: 67, 88 and 0A. RGB value is (103,136,10). Sum of RGB (Red+Green+Blue) = 103+136+10=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #67880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67880A is #9877F5. Grayscale: #707070. Windows color (decimal): -9992182 or 690279. OLE color: 690279.

HSL color Cylindrical-coordinate representation of color #67880A: hue angle of 75.71º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67880A is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 136 10 -
CMYK 0.24 0 0.93 0.47
HSL 75.71º 0.86% 0.29% -
HSV(B) 75.71º 0.93% 0.53% -
XYZ 14.45 20.51 3.48 -
YUV 111.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 103 136 10 0.24 0 0.93 0.47 75.71 0.86 0.29
Hex 67 88 A 18 0 5D 2F 4C 56 1D
Octal 147 210 12 30 0 135 57 114 126 35
Binary 1100111 10001000 1010 11000 0 1011101 101111 1001100 1010110 11101

Color Harmonies of #67880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67880A

Black with #67880A

Text Example


Text Example

White with #67880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67880A; }

 p { color: rgb(103,136,10); }

 H1.HeaderClassName
 {
   color: #67880A;
 }
 .AnyTagClassName
 {
   color: #67880A;
 }
</style>

background-color css

<style>
 a { background-color: #67880A; }

 a { background-color: rgb(103,136,10); }

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

border-color css

<style>
 span { border-color: #67880A; }

 span { border-color: rgb(103,136,10); }

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