Html Css Color HEX #69966B Laurel

📋 copy color: '#69966B'

red 105 ◦ green 150 ◦ blue 107

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

Shades of Laurel #69966B

Tints of Laurel #69966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 29.01%
G = 41.44%
B = 29.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#69966B (or 0x69966B) is known color: Laurel. HEX triplet: 69, 96 and 6B. RGB value is (105,150,107). Sum of RGB (Red+Green+Blue) = 105+150+107=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #69966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69966B is #966994. Grayscale: #838383. Windows color (decimal): -9857429 or 7050857. OLE color: 7050857.

HSL color Cylindrical-coordinate representation of color #69966B: hue angle of 122.67º 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 #69966B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 150 107 -
CMYK 0.30 0 0.29 0.41
HSL 122.67º 0.18% 0.5% -
HSV(B) 122.67º 0.3% 0.59% -
XYZ 19.39 25.88 17.88 -
YUV 131.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 105 150 107 0.30 0 0.29 0.41 122.67 0.18 0.5
Hex 69 96 6B 1E 0 1D 29 7B 12 32
Octal 151 226 153 36 0 35 51 173 22 62
Binary 1101001 10010110 1101011 11110 0 11101 101001 1111011 10010 110010

Color Harmonies of #69966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69966B

Black with #69966B

Text Example


Text Example

White with #69966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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