Html Css Color HEX #6F7138 Crete

📋 copy color: '#6F7138'

red 111 ◦ green 113 ◦ blue 56

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

Shades of Crete #6F7138

Tints of Crete #6F7138

RGB

 RED value IS 111 (43.75% from 255) = 39.64%

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 56 (22.27% from 255) = 20%

R = 39.64%
G = 40.36%
B = 20%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F7138 (or 0x6F7138) is known color: Crete. HEX triplet: 6F, 71 and 38. RGB value is (111,113,56). Sum of RGB (Red+Green+Blue) = 111+113+56=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7138 is #908EC7. Grayscale: #6A6A6A. Windows color (decimal): -9473736 or 3699055. OLE color: 3699055.

HSL color Cylindrical-coordinate representation of color #6F7138: hue angle of 62.11º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F7138 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 113 56 -
CMYK 0.02 0 0.50 0.56
HSL 62.11º 0.34% 0.33% -
HSV(B) 62.11º 0.5% 0.44% -
XYZ 13.17 15.48 6.03 -
YUV 105.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 111 113 56 0.02 0 0.50 0.56 62.11 0.34 0.33
Hex 6F 71 38 2 0 32 38 3E 22 21
Octal 157 161 70 2 0 62 70 76 42 41
Binary 1101111 1110001 111000 10 0 110010 111000 111110 100010 100001

Color Harmonies of #6F7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7138

Black with #6F7138

Text Example


Text Example

White with #6F7138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,113,56); }

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

background-color css

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

 a { background-color: rgb(111,113,56); }

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

border-color css

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

 span { border-color: rgb(111,113,56); }

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