Html Css Color HEX #67951E Olive Drab

📋 copy color: '#67951E'

red 103 ◦ green 149 ◦ blue 30

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

Shades of Olive Drab #67951E

Tints of Olive Drab #67951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 36.52%
G = 52.84%
B = 10.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#67951E (or 0x67951E) is known color: Olive Drab. HEX triplet: 67, 95 and 1E. RGB value is (103,149,30). Sum of RGB (Red+Green+Blue) = 103+149+30=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #67951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67951E is #986AE1. Grayscale: #7A7A7A. Windows color (decimal): -9988834 or 2004327. OLE color: 2004327.

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

Color convert

RGB 103 149 30 -
CMYK 0.31 0 0.80 0.42
HSL 83.19º 0.66% 0.35% -
HSV(B) 83.19º 0.8% 0.58% -
XYZ 16.58 24.47 5.08 -
YUV 121.68 76.26 114.68 -
System Red Green Blue C M Y K H S L
Decimal 103 149 30 0.31 0 0.80 0.42 83.19 0.66 0.35
Hex 67 95 1E 1F 0 50 2A 53 42 23
Octal 147 225 36 37 0 120 52 123 102 43
Binary 1100111 10010101 11110 11111 0 1010000 101010 1010011 1000010 100011

Color Harmonies of #67951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67951E

Black with #67951E

Text Example


Text Example

White with #67951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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