Html Css Color HEX #67850C Olive Drab

📋 copy color: '#67850C'

red 103 ◦ green 133 ◦ blue 12

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

Shades of Olive Drab #67850C

Tints of Olive Drab #67850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 41.53%
G = 53.63%
B = 4.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#67850C (or 0x67850C) is known color: Olive Drab. HEX triplet: 67, 85 and 0C. RGB value is (103,133,12). Sum of RGB (Red+Green+Blue) = 103+133+12=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #67850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67850C is #987AF3. Grayscale: #6E6E6E. Windows color (decimal): -9992948 or 820583. OLE color: 820583.

HSL color Cylindrical-coordinate representation of color #67850C: hue angle of 74.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67850C is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 133 12 -
CMYK 0.23 0 0.91 0.48
HSL 74.88º 0.83% 0.28% -
HSV(B) 74.88º 0.91% 0.52% -
XYZ 14.05 19.69 3.41 -
YUV 110.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 103 133 12 0.23 0 0.91 0.48 74.88 0.83 0.28
Hex 67 85 C 17 0 5B 30 4B 53 1C
Octal 147 205 14 27 0 133 60 113 123 34
Binary 1100111 10000101 1100 10111 0 1011011 110000 1001011 1010011 11100

Color Harmonies of #67850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67850C

Black with #67850C

Text Example


Text Example

White with #67850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67850C; }

 p { color: rgb(103,133,12); }

 H1.HeaderClassName
 {
   color: #67850C;
 }
 .AnyTagClassName
 {
   color: #67850C;
 }
</style>

background-color css

<style>
 a { background-color: #67850C; }

 a { background-color: rgb(103,133,12); }

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

border-color css

<style>
 span { border-color: #67850C; }

 span { border-color: rgb(103,133,12); }

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