Html Css Color HEX #6CB071 Fern

📋 copy color: '#6CB071'

red 108 ◦ green 176 ◦ blue 113

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

Shades of Fern #6CB071

Tints of Fern #6CB071

RGB

 RED value IS 108 (42.58% from 255) = 27.2%

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 27.2%
G = 44.33%
B = 28.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#6CB071 (or 0x6CB071) is known color: Fern. HEX triplet: 6C, B0 and 71. RGB value is (108,176,113). Sum of RGB (Red+Green+Blue) = 108+176+113=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB071 is #934F8E. Grayscale: #949494. Windows color (decimal): -9654159 or 7450732. OLE color: 7450732.

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

Color convert

RGB 108 176 113 -
CMYK 0.39 0 0.36 0.31
HSL 124.41º 0.3% 0.56% -
HSV(B) 124.41º 0.39% 0.69% -
XYZ 24.69 35.43 21.16 -
YUV 148.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 108 176 113 0.39 0 0.36 0.31 124.41 0.3 0.56
Hex 6C B0 71 27 0 24 1F 7C 1E 38
Octal 154 260 161 47 0 44 37 174 36 70
Binary 1101100 10110000 1110001 100111 0 100100 11111 1111100 11110 111000

Color Harmonies of #6CB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB071

Black with #6CB071

Text Example


Text Example

White with #6CB071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,176,113); }

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

background-color css

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

 a { background-color: rgb(108,176,113); }

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

border-color css

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

 span { border-color: rgb(108,176,113); }

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