Html Css Color HEX #69906B Laurel

📋 copy color: '#69906B'

red 105 ◦ green 144 ◦ blue 107

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

Shades of Laurel #69906B

Tints of Laurel #69906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 29.49%
G = 40.45%
B = 30.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#69906B (or 0x69906B) is known color: Laurel. HEX triplet: 69, 90 and 6B. RGB value is (105,144,107). Sum of RGB (Red+Green+Blue) = 105+144+107=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #69906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69906B is #966F94. Grayscale: #808080. Windows color (decimal): -9858965 or 7049321. OLE color: 7049321.

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

Color convert

RGB 105 144 107 -
CMYK 0.27 0 0.26 0.44
HSL 123.08º 0.16% 0.49% -
HSV(B) 123.08º 0.27% 0.56% -
XYZ 18.45 24.01 17.57 -
YUV 128.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 105 144 107 0.27 0 0.26 0.44 123.08 0.16 0.49
Hex 69 90 6B 1B 0 1A 2C 7B 10 31
Octal 151 220 153 33 0 32 54 173 20 61
Binary 1101001 10010000 1101011 11011 0 11010 101100 1111011 10000 110001

Color Harmonies of #69906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69906B

Black with #69906B

Text Example


Text Example

White with #69906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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