Html Css Color HEX #6BB075 Fern

📋 copy color: '#6BB075'

red 107 ◦ green 176 ◦ blue 117

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

Shades of Fern #6BB075

Tints of Fern #6BB075

RGB

 RED value IS 107 (42.19% from 255) = 26.75%

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 26.75%
G = 44%
B = 29.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#6BB075 (or 0x6BB075) is known color: Fern. HEX triplet: 6B, B0 and 75. RGB value is (107,176,117). Sum of RGB (Red+Green+Blue) = 107+176+117=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB075 is #944F8A. Grayscale: #949494. Windows color (decimal): -9719691 or 7712875. OLE color: 7712875.

HSL color Cylindrical-coordinate representation of color #6BB075: hue angle of 128.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB075 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 117 -
CMYK 0.39 0 0.34 0.31
HSL 128.7º 0.3% 0.55% -
HSV(B) 128.7º 0.39% 0.69% -
XYZ 24.8 35.46 22.37 -
YUV 148.64 110.14 98.3 -
System Red Green Blue C M Y K H S L
Decimal 107 176 117 0.39 0 0.34 0.31 128.7 0.3 0.55
Hex 6B B0 75 27 0 22 1F 81 1E 37
Octal 153 260 165 47 0 42 37 201 36 67
Binary 1101011 10110000 1110101 100111 0 100010 11111 10000001 11110 110111

Color Harmonies of #6BB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB075

Black with #6BB075

Text Example


Text Example

White with #6BB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BB075; }

 p { color: rgb(107,176,117); }

 H1.HeaderClassName
 {
   color: #6BB075;
 }
 .AnyTagClassName
 {
   color: #6BB075;
 }
</style>

background-color css

<style>
 a { background-color: #6BB075; }

 a { background-color: rgb(107,176,117); }

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

border-color css

<style>
 span { border-color: #6BB075; }

 span { border-color: rgb(107,176,117); }

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