Html Css Color HEX #67990E Olive Drab

📋 copy color: '#67990E'

red 103 ◦ green 153 ◦ blue 14

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

Shades of Olive Drab #67990E

Tints of Olive Drab #67990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 38.15%
G = 56.67%
B = 5.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#67990E (or 0x67990E) is known color: Olive Drab. HEX triplet: 67, 99 and 0E. RGB value is (103,153,14). Sum of RGB (Red+Green+Blue) = 103+153+14=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #67990E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67990E is #9866F1. Grayscale: #7A7A7A. Windows color (decimal): -9987826 or 956775. OLE color: 956775.

HSL color Cylindrical-coordinate representation of color #67990E: hue angle of 81.58º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67990E is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 14 -
CMYK 0.33 0 0.91 0.4
HSL 81.58º 0.83% 0.33% -
HSV(B) 81.58º 0.91% 0.6% -
XYZ 17.06 25.7 4.48 -
YUV 122.2 66.94 114.3 -
System Red Green Blue C M Y K H S L
Decimal 103 153 14 0.33 0 0.91 0.4 81.58 0.83 0.33
Hex 67 99 E 21 0 5B 28 52 53 21
Octal 147 231 16 41 0 133 50 122 123 41
Binary 1100111 10011001 1110 100001 0 1011011 101000 1010010 1010011 100001

Color Harmonies of #67990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67990E

Black with #67990E

Text Example


Text Example

White with #67990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67990E; }

 p { color: rgb(103,153,14); }

 H1.HeaderClassName
 {
   color: #67990E;
 }
 .AnyTagClassName
 {
   color: #67990E;
 }
</style>

background-color css

<style>
 a { background-color: #67990E; }

 a { background-color: rgb(103,153,14); }

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

border-color css

<style>
 span { border-color: #67990E; }

 span { border-color: rgb(103,153,14); }

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