Html Css Color HEX #69906C Laurel

📋 copy color: '#69906C'

red 105 ◦ green 144 ◦ blue 108

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

Shades of Laurel #69906C

Tints of Laurel #69906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 29.41%
G = 40.34%
B = 30.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#69906C (or 0x69906C) is known color: Laurel. HEX triplet: 69, 90 and 6C. RGB value is (105,144,108). Sum of RGB (Red+Green+Blue) = 105+144+108=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #69906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69906C is #966F93. Grayscale: #808080. Windows color (decimal): -9858964 or 7114857. OLE color: 7114857.

HSL color Cylindrical-coordinate representation of color #69906C: hue angle of 124.62º 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 #69906C is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 108 -
CMYK 0.27 0 0.25 0.44
HSL 124.62º 0.16% 0.49% -
HSV(B) 124.62º 0.27% 0.56% -
XYZ 18.51 24.03 17.85 -
YUV 128.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 105 144 108 0.27 0 0.25 0.44 124.62 0.16 0.49
Hex 69 90 6C 1B 0 19 2C 7D 10 31
Octal 151 220 154 33 0 31 54 175 20 61
Binary 1101001 10010000 1101100 11011 0 11001 101100 1111101 10000 110001

Color Harmonies of #69906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69906C

Black with #69906C

Text Example


Text Example

White with #69906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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