Html Css Color HEX #6B730A Fiji Green

📋 copy color: '#6B730A'

red 107 ◦ green 115 ◦ blue 10

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

Shades of Fiji Green #6B730A

Tints of Fiji Green #6B730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 46.12%
G = 49.57%
B = 4.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#6B730A (or 0x6B730A) is known color: Fiji Green. HEX triplet: 6B, 73 and 0A. RGB value is (107,115,10). Sum of RGB (Red+Green+Blue) = 107+115+10=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #6B730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B730A is #948CF5. Grayscale: #656565. Windows color (decimal): -9735414 or 684907. OLE color: 684907.

HSL color Cylindrical-coordinate representation of color #6B730A: hue angle of 64.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B730A is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 10 -
CMYK 0.07 0 0.91 0.55
HSL 64.57º 0.84% 0.25% -
HSV(B) 64.57º 0.91% 0.45% -
XYZ 12.25 15.41 2.62 -
YUV 100.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 107 115 10 0.07 0 0.91 0.55 64.57 0.84 0.25
Hex 6B 73 A 7 0 5B 37 41 54 19
Octal 153 163 12 7 0 133 67 101 124 31
Binary 1101011 1110011 1010 111 0 1011011 110111 1000001 1010100 11001

Color Harmonies of #6B730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B730A

Black with #6B730A

Text Example


Text Example

White with #6B730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,10); }

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

background-color css

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

 a { background-color: rgb(107,115,10); }

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

border-color css

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

 span { border-color: rgb(107,115,10); }

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