Html Css Color HEX #65936A Laurel

📋 copy color: '#65936A'

red 101 ◦ green 147 ◦ blue 106

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

Shades of Laurel #65936A

Tints of Laurel #65936A

RGB

 RED value IS 101 (39.84% from 255) = 28.53%

 GREEN value IS 147 (57.81% from 255) = 41.53%

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

R = 28.53%
G = 41.53%
B = 29.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#65936A (or 0x65936A) is known color: Laurel. HEX triplet: 65, 93 and 6A. RGB value is (101,147,106). Sum of RGB (Red+Green+Blue) = 101+147+106=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #65936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936A is #9A6C95. Grayscale: #808080. Windows color (decimal): -10120342 or 6984549. OLE color: 6984549.

HSL color Cylindrical-coordinate representation of color #65936A: hue angle of 126.52º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65936A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 106 -
CMYK 0.31 0 0.28 0.42
HSL 126.52º 0.19% 0.49% -
HSV(B) 126.52º 0.31% 0.58% -
XYZ 18.4 24.67 17.43 -
YUV 128.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 101 147 106 0.31 0 0.28 0.42 126.52 0.19 0.49
Hex 65 93 6A 1F 0 1C 2A 7F 13 31
Octal 145 223 152 37 0 34 52 177 23 61
Binary 1100101 10010011 1101010 11111 0 11100 101010 1111111 10011 110001

Color Harmonies of #65936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65936A

Black with #65936A

Text Example


Text Example

White with #65936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,147,106); }

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

background-color css

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

 a { background-color: rgb(101,147,106); }

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

border-color css

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

 span { border-color: rgb(101,147,106); }

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