#65B75C

Color #65B75C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65B75C

Tints of Fern #65B75C

Color information

#65B75C (or 0x65B75C) is unknown color: approx Fern. HEX triplet: 65, B7 and 5C. RGB value is (101,183,92). Sum of RGB (Red+Green+Blue) = 101+183+92=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #65B75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B75C is #9A48A3. Grayscale: #949494. Windows color (decimal): -10111140 or 6076261. OLE color: 6076261.

HSL color Cylindrical-coordinate representation of color #65B75C: hue angle of 114.07º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65B75C is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB10118392-
CMYK0.4500.500.28
HSL114.07º38.72%53.92%-
HSV(B)114.07º49.73%71.76%-
XYZ24.2337.4116.07-
YUV148.1196.3394.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 183 (71.88% from 255) = 48.67%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=26.86%
G=48.67%
B=24.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101183920.4500.500.28114.0738.7253.92
Hex65B75C2D0321C722736
Octal14526713455062341624766
Binary11001011011011110111001011010110010111001110010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B75C; }

 p { color: rgb(101,183,92); }

 H1.HeaderClassName
 {
   color: #65B75C;
 }
 .AnyTagClassName
 {
   color: #65B75C;
 }
</style>
background-color css

<style>
 a { background-color: #65B75C; }

 a { background-color: rgb(101,183,92); }

 div.DivClassName
 {
   background-color: #65B75C;
 }
 .BgClassName
 {
   background-color: #65B75C;
 }
</style>
border-color css

<style>
 span { border-color: #65B75C; }

 span { border-color: rgb(101,183,92); }

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