Html Css Color HEX #69951B Olive Drab

📋 copy color: '#69951B'

red 105 ◦ green 149 ◦ blue 27

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

Shades of Olive Drab #69951B

Tints of Olive Drab #69951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 37.37%
G = 53.02%
B = 9.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#69951B (or 0x69951B) is known color: Olive Drab. HEX triplet: 69, 95 and 1B. RGB value is (105,149,27). Sum of RGB (Red+Green+Blue) = 105+149+27=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #69951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69951B is #966AE4. Grayscale: #7A7A7A. Windows color (decimal): -9857765 or 1807721. OLE color: 1807721.

HSL color Cylindrical-coordinate representation of color #69951B: hue angle of 81.64º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69951B is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 27 -
CMYK 0.30 0 0.82 0.42
HSL 81.64º 0.69% 0.35% -
HSV(B) 81.64º 0.82% 0.58% -
XYZ 16.77 24.58 4.9 -
YUV 121.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 105 149 27 0.30 0 0.82 0.42 81.64 0.69 0.35
Hex 69 95 1B 1E 0 52 2A 52 45 23
Octal 151 225 33 36 0 122 52 122 105 43
Binary 1101001 10010101 11011 11110 0 1010010 101010 1010010 1000101 100011

Color Harmonies of #69951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69951B

Black with #69951B

Text Example


Text Example

White with #69951B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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