Html Css Color HEX #69926D Laurel

📋 copy color: '#69926D'

red 105 ◦ green 146 ◦ blue 109

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

Shades of Laurel #69926D

Tints of Laurel #69926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 29.17%
G = 40.56%
B = 30.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#69926D (or 0x69926D) is known color: Laurel. HEX triplet: 69, 92 and 6D. RGB value is (105,146,109). Sum of RGB (Red+Green+Blue) = 105+146+109=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #69926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69926D is #966D92. Grayscale: #818181. Windows color (decimal): -9858451 or 7180905. OLE color: 7180905.

HSL color Cylindrical-coordinate representation of color #69926D: hue angle of 125.85º 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 #69926D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 109 -
CMYK 0.28 0 0.25 0.43
HSL 125.85º 0.16% 0.49% -
HSV(B) 125.85º 0.28% 0.57% -
XYZ 18.86 24.67 18.23 -
YUV 129.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 105 146 109 0.28 0 0.25 0.43 125.85 0.16 0.49
Hex 69 92 6D 1C 0 19 2B 7E 10 31
Octal 151 222 155 34 0 31 53 176 20 61
Binary 1101001 10010010 1101101 11100 0 11001 101011 1111110 10000 110001

Color Harmonies of #69926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69926D

Black with #69926D

Text Example


Text Example

White with #69926D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69926D; }

 p { color: rgb(105,146,109); }

 H1.HeaderClassName
 {
   color: #69926D;
 }
 .AnyTagClassName
 {
   color: #69926D;
 }
</style>

background-color css

<style>
 a { background-color: #69926D; }

 a { background-color: rgb(105,146,109); }

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

border-color css

<style>
 span { border-color: #69926D; }

 span { border-color: rgb(105,146,109); }

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