Html Css Color HEX #6A7217 Fiji Green

📋 copy color: '#6A7217'

red 106 ◦ green 114 ◦ blue 23

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

Shades of Fiji Green #6A7217

Tints of Fiji Green #6A7217

RGB

 RED value IS 106 (41.8% from 255) = 43.62%

 GREEN value IS 114 (44.92% from 255) = 46.91%

 BLUE value IS 23 (9.38% from 255) = 9.47%

R = 43.62%
G = 46.91%
B = 9.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#6A7217 (or 0x6A7217) is known color: Fiji Green. HEX triplet: 6A, 72 and 17. RGB value is (106,114,23). Sum of RGB (Red+Green+Blue) = 106+114+23=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7217 is #958DE8. Grayscale: #656565. Windows color (decimal): -9801193 or 1536618. OLE color: 1536618.

HSL color Cylindrical-coordinate representation of color #6A7217: hue angle of 65.27º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A7217 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 23 -
CMYK 0.07 0 0.80 0.55
HSL 65.27º 0.66% 0.27% -
HSV(B) 65.27º 0.8% 0.45% -
XYZ 12.12 15.16 3.1 -
YUV 101.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 106 114 23 0.07 0 0.80 0.55 65.27 0.66 0.27
Hex 6A 72 17 7 0 50 37 41 42 1B
Octal 152 162 27 7 0 120 67 101 102 33
Binary 1101010 1110010 10111 111 0 1010000 110111 1000001 1000010 11011

Color Harmonies of #6A7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7217

Black with #6A7217

Text Example


Text Example

White with #6A7217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,23); }

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

background-color css

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

 a { background-color: rgb(106,114,23); }

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

border-color css

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

 span { border-color: rgb(106,114,23); }

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