Html Css Color HEX #69976A Laurel

📋 copy color: '#69976A'

red 105 ◦ green 151 ◦ blue 106

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

Shades of Laurel #69976A

Tints of Laurel #69976A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 29.01%
G = 41.71%
B = 29.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#69976A (or 0x69976A) is known color: Laurel. HEX triplet: 69, 97 and 6A. RGB value is (105,151,106). Sum of RGB (Red+Green+Blue) = 105+151+106=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #69976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69976A is #966895. Grayscale: #848484. Windows color (decimal): -9857174 or 6985577. OLE color: 6985577.

HSL color Cylindrical-coordinate representation of color #69976A: hue angle of 121.3º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69976A is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 106 -
CMYK 0.30 0 0.30 0.41
HSL 121.3º 0.18% 0.5% -
HSV(B) 121.3º 0.3% 0.59% -
XYZ 19.49 26.18 17.66 -
YUV 132.12 113.26 108.66 -
System Red Green Blue C M Y K H S L
Decimal 105 151 106 0.30 0 0.30 0.41 121.3 0.18 0.5
Hex 69 97 6A 1E 0 1E 29 79 12 32
Octal 151 227 152 36 0 36 51 171 22 62
Binary 1101001 10010111 1101010 11110 0 11110 101001 1111001 10010 110010

Color Harmonies of #69976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69976A

Black with #69976A

Text Example


Text Example

White with #69976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69976A; }

 p { color: rgb(105,151,106); }

 H1.HeaderClassName
 {
   color: #69976A;
 }
 .AnyTagClassName
 {
   color: #69976A;
 }
</style>

background-color css

<style>
 a { background-color: #69976A; }

 a { background-color: rgb(105,151,106); }

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

border-color css

<style>
 span { border-color: #69976A; }

 span { border-color: rgb(105,151,106); }

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