Html Css Color HEX #5F9968 Laurel

📋 copy color: '#5F9968'

red 95 ◦ green 153 ◦ blue 104

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

Shades of Laurel #5F9968

Tints of Laurel #5F9968

RGB

 RED value IS 95 (37.5% from 255) = 26.99%

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 26.99%
G = 43.47%
B = 29.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#5F9968 (or 0x5F9968) is known color: Laurel. HEX triplet: 5F, 99 and 68. RGB value is (95,153,104). Sum of RGB (Red+Green+Blue) = 95+153+104=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9968 is #A06697. Grayscale: #828282. Windows color (decimal): -10512024 or 6855007. OLE color: 6855007.

HSL color Cylindrical-coordinate representation of color #5F9968: hue angle of 129.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9968 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 153 104 -
CMYK 0.38 0 0.32 0.4
HSL 129.31º 0.23% 0.49% -
HSV(B) 129.31º 0.38% 0.6% -
XYZ 18.61 26.21 17.18 -
YUV 130.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 95 153 104 0.38 0 0.32 0.4 129.31 0.23 0.49
Hex 5F 99 68 26 0 20 28 81 17 31
Octal 137 231 150 46 0 40 50 201 27 61
Binary 1011111 10011001 1101000 100110 0 100000 101000 10000001 10111 110001

Color Harmonies of #5F9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9968

Black with #5F9968

Text Example


Text Example

White with #5F9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9968; }

 p { color: rgb(95,153,104); }

 H1.HeaderClassName
 {
   color: #5F9968;
 }
 .AnyTagClassName
 {
   color: #5F9968;
 }
</style>

background-color css

<style>
 a { background-color: #5F9968; }

 a { background-color: rgb(95,153,104); }

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

border-color css

<style>
 span { border-color: #5F9968; }

 span { border-color: rgb(95,153,104); }

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