Html Css Color HEX #69991C Olive Drab

📋 copy color: '#69991C'

red 105 ◦ green 153 ◦ blue 28

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

Shades of Olive Drab #69991C

Tints of Olive Drab #69991C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 36.71%
G = 53.5%
B = 9.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#69991C (or 0x69991C) is known color: Olive Drab. HEX triplet: 69, 99 and 1C. RGB value is (105,153,28). Sum of RGB (Red+Green+Blue) = 105+153+28=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #69991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69991C is #9666E3. Grayscale: #7C7C7C. Windows color (decimal): -9856740 or 1874281. OLE color: 1874281.

HSL color Cylindrical-coordinate representation of color #69991C: hue angle of 83.04º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69991C is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 28 -
CMYK 0.31 0 0.82 0.4
HSL 83.04º 0.69% 0.35% -
HSV(B) 83.04º 0.82% 0.6% -
XYZ 17.43 25.87 5.17 -
YUV 124.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 105 153 28 0.31 0 0.82 0.4 83.04 0.69 0.35
Hex 69 99 1C 1F 0 52 28 53 45 23
Octal 151 231 34 37 0 122 50 123 105 43
Binary 1101001 10011001 11100 11111 0 1010010 101000 1010011 1000101 100011

Color Harmonies of #69991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69991C

Black with #69991C

Text Example


Text Example

White with #69991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69991C; }

 p { color: rgb(105,153,28); }

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

background-color css

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

 a { background-color: rgb(105,153,28); }

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

border-color css

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

 span { border-color: rgb(105,153,28); }

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