Html Css Color HEX #69956B Laurel

📋 copy color: '#69956B'

red 105 ◦ green 149 ◦ blue 107

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

Shades of Laurel #69956B

Tints of Laurel #69956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 29.09%
G = 41.27%
B = 29.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#69956B (or 0x69956B) is known color: Laurel. HEX triplet: 69, 95 and 6B. RGB value is (105,149,107). Sum of RGB (Red+Green+Blue) = 105+149+107=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #69956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69956B is #966A94. Grayscale: #838383. Windows color (decimal): -9857685 or 7050601. OLE color: 7050601.

HSL color Cylindrical-coordinate representation of color #69956B: hue angle of 122.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69956B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 149 107 -
CMYK 0.30 0 0.28 0.42
HSL 122.73º 0.17% 0.5% -
HSV(B) 122.73º 0.3% 0.58% -
XYZ 19.23 25.56 17.83 -
YUV 131.06 114.42 109.42 -
System Red Green Blue C M Y K H S L
Decimal 105 149 107 0.30 0 0.28 0.42 122.73 0.17 0.5
Hex 69 95 6B 1E 0 1C 2A 7B 11 32
Octal 151 225 153 36 0 34 52 173 21 62
Binary 1101001 10010101 1101011 11110 0 11100 101010 1111011 10001 110010

Color Harmonies of #69956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69956B

Black with #69956B

Text Example


Text Example

White with #69956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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