Html Css Color HEX #6A9970 Laurel

📋 copy color: '#6A9970'

red 106 ◦ green 153 ◦ blue 112

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

Shades of Laurel #6A9970

Tints of Laurel #6A9970

RGB

 RED value IS 106 (41.8% from 255) = 28.57%

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 28.57%
G = 41.24%
B = 30.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#6A9970 (or 0x6A9970) is known color: Laurel. HEX triplet: 6A, 99 and 70. RGB value is (106,153,112). Sum of RGB (Red+Green+Blue) = 106+153+112=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #6A9970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9970 is #95668F. Grayscale: #868686. Windows color (decimal): -9791120 or 7379306. OLE color: 7379306.

HSL color Cylindrical-coordinate representation of color #6A9970: hue angle of 127.66º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9970 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 153 112 -
CMYK 0.31 0 0.27 0.4
HSL 127.66º 0.19% 0.51% -
HSV(B) 127.66º 0.31% 0.6% -
XYZ 20.26 27.02 19.48 -
YUV 134.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 106 153 112 0.31 0 0.27 0.4 127.66 0.19 0.51
Hex 6A 99 70 1F 0 1B 28 80 13 33
Octal 152 231 160 37 0 33 50 200 23 63
Binary 1101010 10011001 1110000 11111 0 11011 101000 10000000 10011 110011

Color Harmonies of #6A9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9970

Black with #6A9970

Text Example


Text Example

White with #6A9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A9970; }

 p { color: rgb(106,153,112); }

 H1.HeaderClassName
 {
   color: #6A9970;
 }
 .AnyTagClassName
 {
   color: #6A9970;
 }
</style>

background-color css

<style>
 a { background-color: #6A9970; }

 a { background-color: rgb(106,153,112); }

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

border-color css

<style>
 span { border-color: #6A9970; }

 span { border-color: rgb(106,153,112); }

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