Html Css Color HEX #69951E Olive Drab

📋 copy color: '#69951E'

red 105 ◦ green 149 ◦ blue 30

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

Shades of Olive Drab #69951E

Tints of Olive Drab #69951E

RGB

 RED value IS 105 (41.41% from 255) = 36.97%

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

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

R = 36.97%
G = 52.46%
B = 10.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#69951E (or 0x69951E) is known color: Olive Drab. HEX triplet: 69, 95 and 1E. RGB value is (105,149,30). Sum of RGB (Red+Green+Blue) = 105+149+30=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #69951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69951E is #966AE1. Grayscale: #7A7A7A. Windows color (decimal): -9857762 or 2004329. OLE color: 2004329.

HSL color Cylindrical-coordinate representation of color #69951E: hue angle of 82.18º 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 #69951E is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 30 -
CMYK 0.30 0 0.80 0.42
HSL 82.18º 0.66% 0.35% -
HSV(B) 82.18º 0.8% 0.58% -
XYZ 16.81 24.59 5.09 -
YUV 122.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 105 149 30 0.30 0 0.80 0.42 82.18 0.66 0.35
Hex 69 95 1E 1E 0 50 2A 52 42 23
Octal 151 225 36 36 0 120 52 122 102 43
Binary 1101001 10010101 11110 11110 0 1010000 101010 1010010 1000010 100011

Color Harmonies of #69951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69951E

Black with #69951E

Text Example


Text Example

White with #69951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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