Html Css Color HEX #69926B Laurel

📋 copy color: '#69926B'

red 105 ◦ green 146 ◦ blue 107

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

Shades of Laurel #69926B

Tints of Laurel #69926B

RGB

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

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

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

R = 29.33%
G = 40.78%
B = 29.89%

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

#69926B (or 0x69926B) is known color: Laurel. HEX triplet: 69, 92 and 6B. RGB value is (105,146,107). Sum of RGB (Red+Green+Blue) = 105+146+107=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #69926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69926B is #966D94. Grayscale: #818181. Windows color (decimal): -9858453 or 7049833. OLE color: 7049833.

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

Color convert

RGB 105 146 107 -
CMYK 0.28 0 0.27 0.43
HSL 122.93º 0.16% 0.49% -
HSV(B) 122.93º 0.28% 0.57% -
XYZ 18.76 24.62 17.67 -
YUV 129.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 105 146 107 0.28 0 0.27 0.43 122.93 0.16 0.49
Hex 69 92 6B 1C 0 1B 2B 7B 10 31
Octal 151 222 153 34 0 33 53 173 20 61
Binary 1101001 10010010 1101011 11100 0 11011 101011 1111011 10000 110001

Color Harmonies of #69926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69926B

Black with #69926B

Text Example


Text Example

White with #69926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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