Html Css Color HEX #67950D Olive Drab

📋 copy color: '#67950D'

red 103 ◦ green 149 ◦ blue 13

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

Shades of Olive Drab #67950D

Tints of Olive Drab #67950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 38.87%
G = 56.23%
B = 4.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#67950D (or 0x67950D) is known color: Olive Drab. HEX triplet: 67, 95 and 0D. RGB value is (103,149,13). Sum of RGB (Red+Green+Blue) = 103+149+13=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #67950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67950D is #986AF2. Grayscale: #787878. Windows color (decimal): -9988851 or 890215. OLE color: 890215.

HSL color Cylindrical-coordinate representation of color #67950D: hue angle of 80.29º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67950D is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 149 13 -
CMYK 0.31 0 0.91 0.42
HSL 80.29º 0.84% 0.32% -
HSV(B) 80.29º 0.91% 0.58% -
XYZ 16.41 24.41 4.23 -
YUV 119.74 67.76 116.06 -
System Red Green Blue C M Y K H S L
Decimal 103 149 13 0.31 0 0.91 0.42 80.29 0.84 0.32
Hex 67 95 D 1F 0 5B 2A 50 54 20
Octal 147 225 15 37 0 133 52 120 124 40
Binary 1100111 10010101 1101 11111 0 1011011 101010 1010000 1010100 100000

Color Harmonies of #67950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67950D

Black with #67950D

Text Example


Text Example

White with #67950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67950D; }

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

 H1.HeaderClassName
 {
   color: #67950D;
 }
 .AnyTagClassName
 {
   color: #67950D;
 }
</style>

background-color css

<style>
 a { background-color: #67950D; }

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

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

border-color css

<style>
 span { border-color: #67950D; }

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

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