Html Css Color HEX #69906F Laurel

📋 copy color: '#69906F'

red 105 ◦ green 144 ◦ blue 111

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

Shades of Laurel #69906F

Tints of Laurel #69906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 29.17%
G = 40%
B = 30.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#69906F (or 0x69906F) is known color: Laurel. HEX triplet: 69, 90 and 6F. RGB value is (105,144,111). Sum of RGB (Red+Green+Blue) = 105+144+111=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #69906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69906F is #966F90. Grayscale: #808080. Windows color (decimal): -9858961 or 7311465. OLE color: 7311465.

HSL color Cylindrical-coordinate representation of color #69906F: hue angle of 129.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69906F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 111 -
CMYK 0.27 0 0.23 0.44
HSL 129.23º 0.16% 0.49% -
HSV(B) 129.23º 0.27% 0.56% -
XYZ 18.67 24.1 18.71 -
YUV 128.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 105 144 111 0.27 0 0.23 0.44 129.23 0.16 0.49
Hex 69 90 6F 1B 0 17 2C 81 10 31
Octal 151 220 157 33 0 27 54 201 20 61
Binary 1101001 10010000 1101111 11011 0 10111 101100 10000001 10000 110001

Color Harmonies of #69906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69906F

Black with #69906F

Text Example


Text Example

White with #69906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69906F; }

 p { color: rgb(105,144,111); }

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

background-color css

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

 a { background-color: rgb(105,144,111); }

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

border-color css

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

 span { border-color: rgb(105,144,111); }

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