Html Css Color HEX #69916A Laurel

📋 copy color: '#69916A'

red 105 ◦ green 145 ◦ blue 106

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

Shades of Laurel #69916A

Tints of Laurel #69916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 29.49%
G = 40.73%
B = 29.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#69916A (or 0x69916A) is known color: Laurel. HEX triplet: 69, 91 and 6A. RGB value is (105,145,106). Sum of RGB (Red+Green+Blue) = 105+145+106=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #69916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69916A is #966E95. Grayscale: #808080. Windows color (decimal): -9858710 or 6984041. OLE color: 6984041.

HSL color Cylindrical-coordinate representation of color #69916A: hue angle of 121.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 #69916A is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 106 -
CMYK 0.28 0 0.27 0.43
HSL 121.5º 0.16% 0.49% -
HSV(B) 121.5º 0.28% 0.57% -
XYZ 18.55 24.29 17.35 -
YUV 128.59 115.25 111.17 -
System Red Green Blue C M Y K H S L
Decimal 105 145 106 0.28 0 0.27 0.43 121.5 0.16 0.49
Hex 69 91 6A 1C 0 1B 2B 7A 10 31
Octal 151 221 152 34 0 33 53 172 20 61
Binary 1101001 10010001 1101010 11100 0 11011 101011 1111010 10000 110001

Color Harmonies of #69916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69916A

Black with #69916A

Text Example


Text Example

White with #69916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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