Html Css Color HEX #69916E Laurel

📋 copy color: '#69916E'

red 105 ◦ green 145 ◦ blue 110

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

Shades of Laurel #69916E

Tints of Laurel #69916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 29.17%
G = 40.28%
B = 30.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#69916E (or 0x69916E) is known color: Laurel. HEX triplet: 69, 91 and 6E. RGB value is (105,145,110). Sum of RGB (Red+Green+Blue) = 105+145+110=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #69916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69916E is #966E91. Grayscale: #818181. Windows color (decimal): -9858706 or 7246185. OLE color: 7246185.

HSL color Cylindrical-coordinate representation of color #69916E: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69916E is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 110 -
CMYK 0.28 0 0.24 0.43
HSL 127.5º 0.16% 0.49% -
HSV(B) 127.5º 0.28% 0.57% -
XYZ 18.77 24.38 18.47 -
YUV 129.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 105 145 110 0.28 0 0.24 0.43 127.5 0.16 0.49
Hex 69 91 6E 1C 0 18 2B 80 10 31
Octal 151 221 156 34 0 30 53 200 20 61
Binary 1101001 10010001 1101110 11100 0 11000 101011 10000000 10000 110001

Color Harmonies of #69916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69916E

Black with #69916E

Text Example


Text Example

White with #69916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,145,110); }

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

background-color css

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

 a { background-color: rgb(105,145,110); }

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

border-color css

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

 span { border-color: rgb(105,145,110); }

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