Html Css Color HEX #699427 Olive Drab

📋 copy color: '#699427'

red 105 ◦ green 148 ◦ blue 39

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

Shades of Olive Drab #699427

Tints of Olive Drab #699427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.68%

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 35.96%
G = 50.68%
B = 13.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#699427 (or 0x699427) is known color: Olive Drab. HEX triplet: 69, 94 and 27. RGB value is (105,148,39). Sum of RGB (Red+Green+Blue) = 105+148+39=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #699427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699427 is #966BD8. Grayscale: #7B7B7B. Windows color (decimal): -9858009 or 2593897. OLE color: 2593897.

HSL color Cylindrical-coordinate representation of color #699427: hue angle of 83.67º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699427 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 39 -
CMYK 0.29 0 0.74 0.42
HSL 83.67º 0.58% 0.37% -
HSV(B) 83.67º 0.74% 0.58% -
XYZ 16.78 24.33 5.73 -
YUV 122.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 105 148 39 0.29 0 0.74 0.42 83.67 0.58 0.37
Hex 69 94 27 1D 0 4A 2A 54 3A 25
Octal 151 224 47 35 0 112 52 124 72 45
Binary 1101001 10010100 100111 11101 0 1001010 101010 1010100 111010 100101

Color Harmonies of #699427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699427

Black with #699427

Text Example


Text Example

White with #699427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699427; }

 p { color: rgb(105,148,39); }

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

background-color css

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

 a { background-color: rgb(105,148,39); }

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

border-color css

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

 span { border-color: rgb(105,148,39); }

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