Html Css Color HEX #67951C Olive Drab

📋 copy color: '#67951C'

red 103 ◦ green 149 ◦ blue 28

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

Shades of Olive Drab #67951C

Tints of Olive Drab #67951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.21%

 BLUE value IS 28 (11.33% from 255) = 10%

R = 36.79%
G = 53.21%
B = 10%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#67951C (or 0x67951C) is known color: Olive Drab. HEX triplet: 67, 95 and 1C. RGB value is (103,149,28). Sum of RGB (Red+Green+Blue) = 103+149+28=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #67951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67951C is #986AE3. Grayscale: #797979. Windows color (decimal): -9988836 or 1873255. OLE color: 1873255.

HSL color Cylindrical-coordinate representation of color #67951C: hue angle of 82.81º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67951C is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 28 -
CMYK 0.31 0 0.81 0.42
HSL 82.81º 0.68% 0.35% -
HSV(B) 82.81º 0.81% 0.58% -
XYZ 16.55 24.46 4.95 -
YUV 121.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 103 149 28 0.31 0 0.81 0.42 82.81 0.68 0.35
Hex 67 95 1C 1F 0 51 2A 53 44 23
Octal 147 225 34 37 0 121 52 123 104 43
Binary 1100111 10010101 11100 11111 0 1010001 101010 1010011 1000100 100011

Color Harmonies of #67951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67951C

Black with #67951C

Text Example


Text Example

White with #67951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,149,28); }

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

background-color css

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

 a { background-color: rgb(103,149,28); }

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

border-color css

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

 span { border-color: rgb(103,149,28); }

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