Html Css Color HEX #67850A Olive Drab

📋 copy color: '#67850A'

red 103 ◦ green 133 ◦ blue 10

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

Shades of Olive Drab #67850A

Tints of Olive Drab #67850A

RGB

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

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

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

R = 41.87%
G = 54.07%
B = 4.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#67850A (or 0x67850A) is known color: Olive Drab. HEX triplet: 67, 85 and 0A. RGB value is (103,133,10). Sum of RGB (Red+Green+Blue) = 103+133+10=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #67850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67850A is #987AF5. Grayscale: #6E6E6E. Windows color (decimal): -9992950 or 689511. OLE color: 689511.

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

Color convert

RGB 103 133 10 -
CMYK 0.23 0 0.92 0.48
HSL 74.63º 0.86% 0.28% -
HSV(B) 74.63º 0.92% 0.52% -
XYZ 14.04 19.68 3.35 -
YUV 110.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 103 133 10 0.23 0 0.92 0.48 74.63 0.86 0.28
Hex 67 85 A 17 0 5C 30 4B 56 1C
Octal 147 205 12 27 0 134 60 113 126 34
Binary 1100111 10000101 1010 10111 0 1011100 110000 1001011 1010110 11100

Color Harmonies of #67850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67850A

Black with #67850A

Text Example


Text Example

White with #67850A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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